Cover TOC Chap Prev Chap Prev Fig Next Fig Next Chap

Chapter 3: Building and Grouping Predefined Shapes

../ch03/03fig04.gif
Figure 3.4

A cone with a large bottom radius and a short height

03fig04.wrl
Click on the image to view the VRML scene.

#VRML V2.0 utf8
# The VRML 2.0 Sourcebook
# Copyright (c) 1997
# Andrea L. Ames, David R. Nadeau, and John L. Moreland
Shape {
    appearance Appearance {
        material Material { }
    }
    geometry Cone {
        bottomRadius 3.5
        height 1.5
    }
}